home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / direntry.h1 < prev    next >
Encoding:
Text File  |  1997-04-15  |  122 b   |  9 lines

  1. #ifndef DIRENTRY_H
  2. #define DIRENTRY_H
  3.  
  4. #include <sys/types.h>
  5. #include <sys/dir.h>
  6. #define direntry struct direct
  7.  
  8. #endif
  9.